home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / mac / Education / PredDemo / PredDemo1.0 / PredDemo1.3 final / 00022_matAnimLoop processor.ls < prev    next >
Encoding:
Text File  |  1998-05-06  |  220 b   |  11 lines

  1. on exitFrame
  2.   global animLoopCount
  3.   set animLoopCount to animLoopCount + 1
  4.   if animLoopCount <= 4 then
  5.     if animLoopCount > 1 then
  6.       set the visible of sprite 4 to 1
  7.     end if
  8.     go("maAnimLoop")
  9.   end if
  10. end
  11.